From: Michael Albinus Date: Sun, 7 Mar 2021 10:36:38 +0000 (+0100) Subject: * test/infra/Dockerfile.emba: Touch "info/emacs". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~3635 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=30489f4264d338b20af5f8261b190c23b4d55ff4;p=emacs.git * test/infra/Dockerfile.emba: Touch "info/emacs". --- diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index be684d672a5..4294a3ce622 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -39,6 +39,7 @@ RUN apt-get update && \ COPY . /checkout WORKDIR /checkout +RUN touch info/emacs RUN ./autogen.sh autoconf RUN ./configure RUN make -j4 bootstrap @@ -52,6 +53,7 @@ RUN apt-get update && \ COPY . /checkout WORKDIR /checkout +RUN touch info/emacs RUN ./autogen.sh autoconf RUN ./configure --with-file-notification=gfile RUN make -j4 bootstrap @@ -65,6 +67,7 @@ RUN apt-get update && \ COPY . /checkout WORKDIR /checkout +RUN touch info/emacs RUN ./autogen.sh autoconf RUN ./configure --with-ns RUN make -j4 bootstrap